Bump gradle/wrapper-validation-action from 2 to 3
[yosql.git] / .editorconfig
bloba1e3950d88b812a11d35702669abc6e135935544
1 # top-most EditorConfig file
2 root = true
4 # global rules for all fies
5 [*]
6 charset = utf-8
7 indent_style = space
8 indent_size = 4
9 trim_trailing_whitespace = true
10 insert_final_newline = true
12 # Makefiles use tabs by convention
13 [Makefile]
14 indent_style = tab
15 [*.mk]
16 indent_style = tab