Skip to content

Instantly share code, notes, and snippets.

View bezoro's full-sized avatar
🎮
Games!

Luiz Otavio Amaral Vaz bezoro

🎮
Games!
  • 02:47 (UTC -03:00)
View GitHub Profile
@mihai-rc
mihai-rc / .editorconfig
Last active September 13, 2024 13:21
.editorconfig
# IDE configurations containing my preferred coding convensions for C#
[*]
charset = utf-8
end_of_line = crlf
trim_trailing_whitespace = false
insert_final_newline = false
indent_style = space
indent_size = 4