561f8c19af
Most of the go source files Signed-off-by: Robin Jarry <robin@jarry.cc>
20 lines
240 B
INI
20 lines
240 B
INI
# -*- 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
|