aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 3c6877ccbd4f90a7fcae6f2a22a166bdc7c2e33f (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 https://editorconfig.org/

root = true

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