This repository has been archived on 2025-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cavecomm/.editorconfig
Tina_Azure 1c0bdd23e8 Project Setup:
Gradle + basic Helo World
2023-03-02 02:30:55 +01:00

12 lines
200 B
INI

# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true