...

Text file src/github.com/alecthomas/chroma/v2/.editorconfig

Documentation: github.com/alecthomas/chroma/v2

     1root = true
     2
     3[*]
     4indent_style = tab
     5end_of_line = lf
     6charset = utf-8
     7trim_trailing_whitespace = true
     8insert_final_newline = true
     9
    10[*.xml]
    11indent_style = space
    12indent_size = 2
    13insert_final_newline = false

View as plain text