Update parent to latest version
[reguloj.git] / .editorconfig
blobd162fd97adf66776496b13646fe5defeb7717b54
1 # SPDX-FileCopyrightText: The reguloj Authors
2 # SPDX-License-Identifier: 0BSD
4 # top-most EditorConfig file
5 root = true
7 # global rules for all fies
8 [*]
9 charset = utf-8
10 indent_style = space
11 indent_size = 4
12 trim_trailing_whitespace = true
13 insert_final_newline = true
15 # Makefiles use tabs by convention
16 [Makefile]
17 indent_style = tab
18 [*.mk]
19 indent_style = tab