mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
18 lines
281 B
INI
18 lines
281 B
INI
|
# Root EditorConfig preference file
|
||
|
root = true
|
||
|
|
||
|
# Unix-style newlines with a newline ending every file
|
||
|
[*]
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
|
||
|
[*.rb]
|
||
|
charset = utf-8
|
||
|
indent_style = space
|
||
|
indent_size = 2
|
||
|
|
||
|
[*.{js,jsx}]
|
||
|
charset = utf-8
|
||
|
indent_style = space
|
||
|
indent_size = 2
|