Use tab indentation in .toml files

pull/1/head
copygirl 2 years ago
parent 073453d5d6
commit b862bebb63
  1. 3
      .editorconfig

@ -7,5 +7,8 @@ end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.toml]
indent_style = tab
[*.md]
trim_trailing_whitespace = false

Loading…
Cancel
Save