artifactview/.editorconfig

15 lines
279 B
INI
Raw Permalink Normal View History

2024-05-26 13:56:53 +02:00
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 88
[{Makefile,*.go}]
indent_style = tab
2024-05-29 21:58:13 +02:00
[*.{json,md,rst,ini,yml,yaml,xml,html,js,jsx,ts,tsx,vue,svelte,hbs}]
2024-05-26 13:56:53 +02:00
indent_size = 2