Add project coding guidelines
This commit is contained in:
10
.editorconfig
Normal file
10
.editorconfig
Normal file
@ -0,0 +1,10 @@
|
||||
# All files
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
|
||||
# Markup files
|
||||
[*.{json,yml}]
|
||||
indent_style = space
|
Reference in New Issue
Block a user