Skip to content

Commit

Permalink
Move files in .github foler and add editorconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hug0-Drelon committed Nov 19, 2024
1 parent 88b981e commit 8f4f65e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[*.html]
insert_final_newline = false
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_style = space
indent_size = 2
File renamed without changes.
File renamed without changes.

0 comments on commit 8f4f65e

Please sign in to comment.