Skip to content

Instantly share code, notes, and snippets.

@davidmondok
Last active March 12, 2022 10:10
Show Gist options
  • Save davidmondok/6f55feb717ff9bae89a6b65759b42af9 to your computer and use it in GitHub Desktop.
Save davidmondok/6f55feb717ff9bae89a6b65759b42af9 to your computer and use it in GitHub Desktop.
editorconfig
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[*.php]
indent_style = space
indent_size = 4
[{*.js,*.jsx,*.cjs,*.jsm,*.ts,*.tsx}]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 2
[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment