mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-18 17:15:13 +01:00
17 lines
218 B
INI
17 lines
218 B
INI
|
# https://editorconfig.org
|
||
|
|
||
|
root = true
|
||
|
|
||
|
[*.{js,py,html}]
|
||
|
charset = utf-8
|
||
|
insert_final_newline = true
|
||
|
# end_of_line = lf
|
||
|
|
||
|
[*.py]
|
||
|
indent_style = space
|
||
|
indent_size = 4
|
||
|
|
||
|
[*.{js,html}]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|