14 строки
284 B
INI
14 строки
284 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
# (Please don't specify an indent_size here; that has too many unintended consequences.)
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
end_of_line = lf
|
|
|
|
# JS/TS files
|
|
[*.{js,jsx,ts,tsx}]
|
|
indent_size = 2
|