1 # Text editor configuration file
3 # Note: Find the link to the style-guide followed, before each section
10 # - Unix-style line endings
11 # - Newline before EOF
12 # - No sloppy trailing spaces
13 # - Use 4 indent spaces if there's no clear external normal style
17 insert_final_newline = true
18 trim_trailing_whitespace = true
21 # https://wiki.opendaylight.org/view/Integration/Test/Test_Code_Guidelines
25 # https://github.com/bbatsov/ruby-style-guide#source-code-layout
31 # https://google.github.io/styleguide/shell.xml
32 # Preferred 4 spaces over 2 in styleguide since 4 highlights the indent better
33 # as agreed by the community on Gerrit
38 # https://www.python.org/dev/peps/pep-0008/
44 # http://documentation-style-guide-sphinx.readthedocs.io/en/latest/style-guide.html
48 trim_trailing_whitespace = false
50 # Nothing specified for json files, so going with 4 indent_size as per Coala
51 # json - https://google.github.io/styleguide/jsoncstyleguide.xml
55 # http://xmlsoft.org/xmllint.html
56 # Preffered 4 over 2 in styleguide
60 # http://yamllint.readthedocs.io/en/latest/
64 # Trailing spaces in markdown is used to differentiate line breaks and paragraphs
67 trim_trailing_whitespace = false
68 insert_final_newline = false
70 # No style-guide, so fix 4
77 # Keep same as for ruby
81 # https://docs.puppet.com/guides/style_guide.html
86 # Keep same as for ruby