mirror of
https://github.com/wassname/slider.git
synced 2026-08-20 12:50:56 +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
|