Files
npm-audit-action/.editorconfig
2022-12-24 21:58:25 +09:00

19 lines
271 B
INI

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
[*.{py,rs}]
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 8