-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
31 lines (27 loc) · 1.17 KB
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
################################################################
# #
# This file is part of hermesbaby #
# the software engineer's typewriter #
# #
# Copyright (c) 2024 Alexander Mann-Wahrenberg (basejumpa) #
# #
# https://github.com/basejumpa #
# #
# License(s) #
# #
# - MIT for contents used as software #
# - CC BY-SA-4.0 for contents used as method or otherwise #
# #
################################################################
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab
intend_size = 4