Bump peaceiris/actions-gh-pages from 3 to 4
[ilo.git] / .editorconfig
blobecf565bd4d6c526383d5c8b05dc5ff6aa0eca8cf
1 # SPDX-FileCopyrightText: The ilo Authors
2 # SPDX-License-Identifier: 0BSD
4 # EditorConfig is awesome: https://EditorConfig.org
6 # top-most EditorConfig file
7 root = true
9 # global rules for all fies
10 [*]
11 charset = utf-8
12 indent_style = space
13 trim_trailing_whitespace = true
15 # Makefile use tabs by convention
16 [Makefile]
17 indent_style = tab
19 # Java files use smaller indention because I like that
20 [*.java]
21 indent_size = 2
22 insert_final_newline = true
24 # XML files use larger indention
25 [*.xml]
26 indent_size = 4
27 insert_final_newline = true