create regress_simple for JavaScript
[liba.git] / .editorconfig
blob1f7c7b779f815d90373a395d5d33b23cd517340a
1 root=true
2 [*]
3 end_of_line = lf
4 indent_size = 4
5 indent_style = space
6 trim_trailing_whitespace = true
7 [*.{cmake,d.ts,json,yml}]
8 indent_size = 2
9 [CMakeLists.txt]
10 indent_size = 2
11 [Makefile]
12 indent_style = tab
13 tab_width = 4