Bump softprops/action-gh-release from 1 to 2 (#62)
[storage-units.git] / .editorconfig
blob01c1951c2fc4280cbc7e2ec4e5be7fd494f76d3e
1 # SPDX-FileCopyrightText: The Storage-Units 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