bitcoin/.editorconfig

27 lines
416 B
INI
Raw Permalink Normal View History

2021-02-09 08:32:50 +01:00
# This is the top-most EditorConfig file.
root = true
# For all files.
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
# Source code files
[*.{h,cpp,py,sh}]
indent_size = 4
2021-09-06 16:03:11 +02:00
# .cirrus.yml, .fuzzbuzz.yml, etc.
2021-02-09 08:32:50 +01:00
[*.yml]
indent_size = 2
# Makefiles
[{*.am,Makefile.*.include}]
indent_style = tab
# Autoconf scripts
[configure.ac]
indent_size = 2