Merge pull request #2208 from akruphi/date_configure
[far2l.git] / calc / .editorconfig
blobee4aabe29225bc4d3bd886e34b73fa01e209c154
1 [*.rc]
2 indent_style = space
4 [src/shared/sgml/*]
5 indent_style = space
6 indent_size = 2
8 [src/shared/sgml/sgml.cpp]
9 indent_style = tab
10 indent_size = 4
12 [src/shared/mathexpression/*]
13 indent_style = space
14 indent_size = 2
16 [*.csr]
17 indent_style = space
18 indent_size = 2
20 [CMakeLists.txt]
21 indent_style = space
22 indent_size = 4