dv_CR-style_smoke_deflectors/.editorconfig

15 lines
299 B
INI
Raw Permalink Normal View History

2023-08-12 17:24:23 +00:00
root = true
[*]
charset = utf-8
insert_final_newline = true
# Using tabs allows each dev to choose the tab size that suits their preference
indent_style = tab
# Remove trailing whitespace in all files except markdown files
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false