-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
43 lines (35 loc) · 1.07 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
31
32
33
34
35
36
37
38
39
40
41
42
43
#########################################################################
# #
# Author: Copyright (C) 2022-2024 Mark Grant #
# #
# This file is maintained in the project at:- #
# https://github.com/m-grant-prg/project-misc #
# new versions are merely copied to consumer projects. #
# #
# Released under the GPLv3 only. #
# SPDX-License-Identifier: GPL-3.0-only #
# #
#########################################################################
#########################################################################
# #
# Version v1.0.6 #
# #
#########################################################################
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# If clang-format is used then values for .c and .h files must agree both here
# and in .clang-format.
indent_style = tab
indent_size = 8
[*.{py,py.in}]
indent_style = space
indent_size = 4
[*.{yaml,yaml.in,yml,yml.in}]
indent_style = space
indent_size = 2
[COMMIT_EDITMSG]
max_line_length = 72