summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: a250a2dac28587c66f7596a7d71057686f2106c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- mode: ini; -*-
# ex: ft=dosini

root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[**.go]
indent_style = tab
max_line_length = 100
tab_width = 4

[Makefile]
indent_style = tab

[**.scd]
indent_style = tab