mirror of
https://github.com/amir20/dozzle.git
synced 2026-06-22 20:00:11 +00:00
e2934e8179
* Uses Go1.16 embed feature * Fixes tests * Removes packr and fixes tests
21 lines
275 B
INI
21 lines
275 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 120
|
|
|
|
[*.go]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[package.json]
|
|
indent_size = 1
|