Add editorconfig for code conventions
This is a widely used file that instructs editors about which settings to use. Won't help in every case but it is a baseline.
This commit is contained in:
parent
c2b5c5025f
commit
db5d00a4ee
12
.editorconfig
Normal file
12
.editorconfig
Normal file
@ -0,0 +1,12 @@
|
||||
# EditorConfig helps developers define and maintain consistent
|
||||
# coding styles between different editors and IDEs
|
||||
# editorconfig.org
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
Loading…
Reference in New Issue
Block a user