Files
stacks.js/.editorconfig
2019-03-12 14:20:02 -04:00

9 lines
156 B
INI

# top-most EditorConfig file
root = true
[*.{js,ts,json}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2