]> git.r.bdr.sh - rbdr/junction/blame_incremental - .editorconfig
Add editorconfig
[rbdr/junction] / .editorconfig
... / ...
CommitLineData
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6
7[*.{js,json}]
8indent_style = space
9indent_size = 2
10charset = utf-8
11
12[Makefile]
13indent_style = tab