Process HTML for better web typography.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 189 B view raw
1# editorconfig.org 2root = true 3 4[*] 5charset = utf-8 6end_of_line = lf 7indent_style = tab 8insert_final_newline = true 9trim_trailing_whitespace = true 10 11[*.md] 12trim_trailing_whitespace = false