Skip to content

Commit

Permalink
Added editorconfig file and optimized code style
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Jan 7, 2021
1 parent 23fba9a commit 8e3e095
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 119 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
trim_trailing_whitespace = true
Loading

0 comments on commit 8e3e095

Please sign in to comment.