1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-05 19:11:37 +07:00
verdaccio-ui/.editorconfig

13 lines
232 B
INI
Raw Normal View History

2019-02-03 17:23:33 +07:00
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# 2 space indentation
[{.,}*.{js,jsx,yml,yaml}]
indent_style = space
indent_size = 2