Skip to content

Commit

Permalink
Create dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Jan 18, 2023
0 parents commit 4e9d1bf
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.{h,c,cpp}]
indent_style = space
indent_size = 2

[*.sh]
indent_style = space
indent_size = 2

[*.cmake]
indent_style = space
indent_size = 2

[CMakeLists.txt]
indent_style = space
indent_size = 2
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* text=auto
*.bat eol=crlf
*.sh eol=lf
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.*/
!.github/

build*/
cmake-build*/

.DS_Store
Thumbs.db

0 comments on commit 4e9d1bf

Please sign in to comment.