forked from build-trust/ockam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
30 lines (24 loc) · 723 Bytes
/
.editorconfig
File metadata and controls
30 lines (24 loc) · 723 Bytes
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 .editorconfig file specifies conventions for character set, spacing, indentation etc.
# followed by the source code in this project.
#
# When contributing code, please use an editor that supports .editorconfig
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
# Let the corresponding language formatters deal with indent size
[{{*.{ex,exs,erl,c,h,rs,cmake,cmake.in,stderr,ts,md},CMakeLists.txt,Cargo.lock}}]
indent_size = unset
[*.{drawio,svg}]
trim_trailing_whitespace = unset
insert_final_newline = unset
[Makefile]
# Make requires tab.
indent_style = tab
[*.cddl]
indent_size = unset