pan-disk/.editorconfig
minglipro b1c31147c9
Some checks failed
Gitea Actions Build / Build (push) Failing after 2m12s
init
2025-06-27 22:54:14 +08:00

13 lines
248 B
INI

[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue,css,scss,sass,less,styl,java}]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
max_line_length = 100
[*.java]
indent_size = 4