Skip to content

Commit

Permalink
Add water consumption app
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Oct 25, 2022
1 parent 7abf69b commit 7d7aa85
Show file tree
Hide file tree
Showing 55 changed files with 3,127 additions and 350 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

[*.{csproj}]
indent_size = 2

[*.{json,yaml,yml,xml}]
indent_size = 2

[*.{html,css,js}]
indent_size = 2
Loading

0 comments on commit 7d7aa85

Please sign in to comment.