summaryrefslogtreecommitdiff
path: root/.config/fisher/github.com/matchai/spacefish/.editorconfig
blob: 3032a2feda332a4e961fc796f11821ecf16a4c24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.fish]
indent_style = tab