summaryrefslogtreecommitdiff
path: root/test/editorconfig/.editorconfig
blob: d97f36dc3aa346fe589904a8a1649df08b51a645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
root = true
; yipee
# comments

[*]
trim_TRAILING_whitespace=true
insert_final_newline=true
indent_sizE=16
indent_style=Space
funkel = mitochondrion

[*.biz]
# i love microsoft widnwso
end_of_linE  =  CRLF

[*.txt]
indent_size = 4
Indent_Style = tab