diff --git a/.editorconfig b/.editorconfig index c06c5669..016d763d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,4 +10,5 @@ indent_size = 4 insert_final_newline = true [*.md] -trim_trailing_whitespace = false \ No newline at end of file +trim_trailing_whitespace = false +indent_style = tab