update tooling (#38)
* chore: delete pre-commit * chore: switch from makefile to taskfile * chore(ci): update and add one more linter * chore(editorconfig): add config for Go * chore(editorconfig): remove max_line_length * fix: editorconfig-check on README.md
This commit is contained in:
parent
26b41bf68c
commit
bc3ce343a8
7 changed files with 56 additions and 53 deletions
|
|
@ -7,11 +7,13 @@ end_of_line = lf
|
|||
insert_final_newline = true
|
||||
trim_trailing_whitespace=true
|
||||
charset = utf-8
|
||||
max_line_length = 120
|
||||
|
||||
[*.{lua,vim}]
|
||||
max_line_length = 100
|
||||
indent_size = 2
|
||||
|
||||
[*.{md,yml,yaml,toml}]
|
||||
indent_size = 2
|
||||
|
||||
[*.go]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue