mirror of
https://github.com/djhackersdev/minime.git
synced 2026-04-26 10:00:00 -05:00
Add Markdown to .editorconfig
This commit is contained in:
parent
9acc375d99
commit
2440bedf4a
|
|
@ -9,6 +9,9 @@ insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
max_line_length = 79
|
max_line_length = 79
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[*.sql]
|
[*.sql]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user