aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: e762a9091cc1f7d580f05f2b898fd496551a634b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://EditorConfig.org

root = true

[_*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = LF