Skip to content

Instantly share code, notes, and snippets.

@aaronedev
Created January 30, 2025 04:27
Show Gist options
  • Select an option

  • Save aaronedev/84bfca2ccba7a78e5b1ec4a66cf56227 to your computer and use it in GitHub Desktop.

Select an option

Save aaronedev/84bfca2ccba7a78e5b1ec4a66cf56227 to your computer and use it in GitHub Desktop.
editorconfig on arch linux btw
root = true
[*]
charset = utf-8
end_of_line = lf
column_width = 120
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment