mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-22 02:53:35 +00:00
Add .editorconfig file
This commit is contained in:
committed by
Bryan Housel
parent
957eb28242
commit
1ae45b94f5
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = false
|
||||
|
||||
# for ESLint
|
||||
[*.js]
|
||||
end_of_line = lf
|
||||
|
||||
[*.{js,css,html}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
Reference in New Issue
Block a user