forked from scribeengine/scribeengine
17 lines
222 B
INI
17 lines
222 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{js,py,css,html,json,yaml}]
|
|
charset = utf-8
|
|
indent_style = space
|
|
max_line_length = 120
|
|
|
|
[*.{js,html,css,json,yaml}]
|
|
indent_size = 2
|
|
|
|
[*.py]
|
|
indent_size = 4
|