Files
slider/.editorconfig
2015-04-19 16:25:56 +08:00

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