code-intelligence.com/cifuzz@v0.40.0/.editorconfig (about)

     1  # EditorConfig is awesome: https://EditorConfig.org
     2  
     3  # top-most EditorConfig file
     4  root = true
     5  
     6  [*]
     7  indent_style = tab
     8  indent_size = 2
     9  charset = utf-8
    10  trim_trailing_whitespace = true
    11  insert_final_newline = true
    12  
    13  [*.md]
    14  trim_trailing_whitespace = false
    15  max_line_length = 72
    16  
    17  # YAML files require space indents
    18  [*.{yml,yaml}]
    19  indent_style = space
    20  indent_size = 2