Skip to content

Commit 8ad3596

Browse files
committed
Merged in [10551] and [10553] from lars@netapp.com:
Add an .editorconfig file, so we can have some consistency in the project. (I don't care what settings we use, as long as we all use the same.) Use four spaces as default (Python default, as suggested by Henrik). - Legacy-Id: 10595 Note: SVN reference [10551] has been migrated to Git commit 769d443 Note: SVN reference [10553] has been migrated to Git commit 82ad203
1 parent a60624a commit 8ad3596

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
# Settings for IETF datatracker
8+
9+
[*]
10+
indent_style = space
11+
indent_size = 4
12+
end_of_line = lf
13+
charset = utf-8
14+
# to avoid tripping Henrik's commit hook:
15+
trim_trailing_whitespace = false
16+
insert_final_newline = false

0 commit comments

Comments
 (0)