1
0
Fork 0
rauldipeas.surge.sh/.editorconfig

17 lines
278 B
INI
Raw Permalink Normal View History

2022-05-24 18:06:38 +02:00
root = true
[*]
end_of_line = lf
insert_final_newline = false
[*.{js,py}]
charset = utf-8
[*.py]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab
[lib/**.js]
indent_style = space
indent_size = 2
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2