mirror of
https://github.com/computernewb/collab-vm-1.2-webapp.git
synced 2025-01-22 10:52:05 -05:00
Introduce editorconfig
This commit is contained in:
parent
72d0cbb37b
commit
52499b8c6e
1 changed files with 15 additions and 0 deletions
15
.editorconfig
Normal file
15
.editorconfig
Normal file
|
@ -0,0 +1,15 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
# why
|
||||
[*.{html,css}]
|
||||
indent_style = space
|
||||
|
||||
# WHY
|
||||
[*.css]
|
||||
indent_size = 2
|
Loading…
Reference in a new issue