Skip to content

Commit

Permalink
feat: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechmares committed May 27, 2022
0 parents commit b7c3a79
Show file tree
Hide file tree
Showing 5 changed files with 888 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
max_line_length = null

[Makefile]
indent_style = tab
Loading

0 comments on commit b7c3a79

Please sign in to comment.