blob: cc5985f843a45336c0d6f2b44a2d4900558dc6b7 [file] [log] [blame]
Dennis Shene5dd91b2024-05-28 17:04:02 +00001# EditorConfig is awesome: https://EditorConfig.org
2
3# top-most EditorConfig file
4root = true
5
6[*.java]
7indent_style = tab
8indent_size = 4
9