mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-01-26 03:04:10 +00:00
* chore(lint): funcorder * chore(lint): yamlfmt, ignored broken test yaml files * chore(tests): tests do not output garbage, add coverage * chore(lint): fix editorconfig violations * chore(lint): move from eclint to editorconfig-checker * chore(lint): add pre-commit, run and fix * chore(ci): we use renovate to manage updates
37 lines
622 B
INI
37 lines
622 B
INI
# EditorConfig is awesome: https://editorconfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
indent_style = tab
|
|
tab_width = 2
|
|
max_line_length = 120
|
|
|
|
[*.{json,yaml,yml,sh}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
max_line_length = 300
|
|
|
|
[{*.md,.snyk}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
max_line_length = 200
|
|
|
|
[*.{tmpl,adoc}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
max_line_length = 200
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
tab_width = 2
|
|
|
|
[{go.sum,go.mod}]
|
|
max_line_length = 300
|