-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.editorconfig
31 lines (27 loc) · 922 Bytes
/
.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
#################################################################
# #
# Copyright (c) 2019-2020 YottaDB LLC and/or its subsidiaries. #
# All rights reserved. #
# #
# This source code contains the intellectual property #
# of its copyright holder(s), and is made available #
# under a license. If you do not know the terms of #
# the license, please stop and do not read further. #
# #
#################################################################
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[{*.c,*.h,*.h.in,*.m,*.y,*.l,*.ctemplate,*.sh,*.bash.in,*.bats.in,*.java}]
indent_style = tab
indent_size = 8
trim_trailing_whitespace = true
max_line_length = 132
# Matches the exact files either package.json or .travis.yml
[{*.json,*.yml}]
indent_style = space
indent_size = 2