git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/softnic: release port upon close
[dpdk.git]
/
.editorconfig
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright 2019 6WIND S.A.
3
# See https://editorconfig.org/ for syntax reference.
4
5
root = true
6
7
[*]
8
end_of_line = lf
9
insert_final_newline = true
10
trim_trailing_whitespace = true
11
charset = utf-8
12
indent_style = tab
13
tab_width = 8
14
max_line_length = 80
15
16
[*.py]
17
indent_style = space
18
indent_size = 4
19
20
[*.rst]
21
indent_style = space
22
indent_size = 3
23
24
[COMMIT_EDITMSG]
25
max_line_length = 72