Skip to content

Commit

Permalink
Fix #25
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Jun 6, 2018
1 parent c0d685b commit 6d667ac
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
root = true

[*]
[*.bib]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true

[*.tex]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.yaml]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 6d667ac

Please sign in to comment.