repo.or.cz
/
reguloj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update parent to latest version
[reguloj.git]
/
.editorconfig
blob
d162fd97adf66776496b13646fe5defeb7717b54
1
# SPDX-FileCopyrightText: The reguloj Authors
2
# SPDX-License-Identifier: 0BSD
3
4
# top-most EditorConfig file
5
root = true
6
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
14
15
# Makefiles use tabs by convention
16
[Makefile]
17
indent_style = tab
18
[*.mk]
19
indent_style = tab