9 строки
209 B
INI
9 строки
209 B
INI
|
# EditorConfig is awesome: http://EditorConfig.org
|
||
|
|
||
|
# top-most EditorConfig file
|
||
|
root = true
|
||
|
|
||
|
# Indentation override for all JS under src directory
|
||
|
[src/**.{js,jsx,ts,tsx}]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|