mirror of
https://github.com/wassname/slider.git
synced 2026-09-11 12:42:49 +08:00
10 lines
192 B
INI
10 lines
192 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*.{js,css}]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 2
|