mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-09-10 18:16:39 -05:00
chore: add JSON and YML exceptions to editorconfig
This commit is contained in:
@@ -2,4 +2,10 @@
|
||||
indent_style = tab
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.json]
|
||||
indent_size = 2
|
||||
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
Reference in New Issue
Block a user