Files

15 lines
243 B
INI
Raw Permalink Normal View History

+7
2025-11-05 10:36:16 -06:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2026-05-06 15:12:07 -05:00
[*.{js,cjs,mjs,jsx,ts,tsx,json,css,scss,md,yml,yaml}]
+7
2025-11-05 10:36:16 -06:00
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false