Skip to content

Commit

Permalink
Tabs to spaces, add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
marcan committed Dec 30, 2020
1 parent 70fe49e commit fd279c2
Show file tree
Hide file tree
Showing 3 changed files with 739 additions and 726 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# EditorConfig: http://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
quote_type = double
insert_final_newline = true
tab_width = 2
trim_trailing_whitespace = true

Loading

0 comments on commit fd279c2

Please sign in to comment.