Skip to content

Commit

Permalink
Initial implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Bayu Satiyo <[email protected]>
  • Loading branch information
kiraio-moe committed Dec 24, 2023
0 parents commit 2659e48
Show file tree
Hide file tree
Showing 7 changed files with 1,261 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# For VS Code user, install: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
# For Sublime Text user, install: https://github.com/sindresorhus/editorconfig-sublime#readme
# See https://editorconfig.org/ for more information about Editor Config.

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_style = space
insert_final_newline = true

[*.cs]
indent_size = 4
trim_trailing_whitespace = true

[*.md]
indent_size = 2
trim_trailing_whitespace = false
Loading

0 comments on commit 2659e48

Please sign in to comment.