datatracker/6.130.2.dev0/.editorconfig
Robert Sparks cf949872f1 New branch for 6.130.2.dev0
- Legacy-Id: 17832
2020-05-19 13:52:46 +00:00

17 lines
358 B
INI

# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
# Settings for IETF datatracker
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
# to avoid tripping Henrik's commit hook:
trim_trailing_whitespace = false
insert_final_newline = false