mirror of
https://github.com/moeru-ai/airi.git
synced 2026-07-09 15:58:27 +00:00
--------- Co-authored-by: DWCarrot <23579844+DWCarrot@users.noreply.github.com> Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com> Co-authored-by: Midori Kochiya <1381736+kmod-midori@users.noreply.github.com>
37 lines
629 B
INI
37 lines
629 B
INI
root = true
|
|
|
|
[*.toml]
|
|
indent_size = 4
|
|
indent_style = space
|
|
max_line_length = 100
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.rs]
|
|
indent_size = 2
|
|
indent_style = space
|
|
max_line_length = 100
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
# double whitespace at end of line
|
|
# denotes a line break in Markdown
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{js,ts,vue,tsx,jsx,html,css,json,yaml,yml}]
|
|
indent_size = 2
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.go]
|
|
indent_size = 4
|
|
indent_style = tab
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.proto]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|