Linux multi-monitor fullscreen support
[ryzomcore.git] / .editorconfig
blob2e9da850b90283033b9273abae634c3533780dce
1 ; Top-most EditorConfig file
2 root = true
4 ; 4-column tab indentation
5 [*.cpp]
6 indent_style = tab
7 indent_size = 4
9 [*.c]
10 indent_style = tab
11 indent_size = 4
13 [*.h]
14 indent_style = tab
15 indent_size = 4
17 [*.py]
18 indent_style = tab
19 indent_size = 4
21 [*.cfg]
22 indent_style = tab
23 indent_size = 4