Codebase list fonts-ibm-plex / 714cfa44-0337-45bf-9872-4dd86ec2a01d/main .editorconfig
714cfa44-0337-45bf-9872-4dd86ec2a01d/main

Tree @714cfa44-0337-45bf-9872-4dd86ec2a01d/main (Download .tar.gz)

.editorconfig @714cfa44-0337-45bf-9872-4dd86ec2a01d/mainraw · history · blame

# top-most EditorConfig file
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

# Markdown override allow for spaces at end of line
[*.md]
trim_trailing_whitespace = false