diff options
| author | Matt Strapp <matt@mattstrapp.net> | 2025-11-10 08:14:41 -0600 |
|---|---|---|
| committer | Matt Strapp <matt@mattstrapp.net> | 2025-11-10 08:14:41 -0600 |
| commit | 64bfc7f4f9208853bfdc3345861c12584d82e435 (patch) | |
| tree | e1d595ec29ebf1f32f94d63cb2cbacd1510a7508 /.editorconfig | |
| parent | only run gem if it actually exists (diff) | |
| download | dotfiles-master.tar dotfiles-master.tar.gz dotfiles-master.tar.bz2 dotfiles-master.tar.lz dotfiles-master.tar.xz dotfiles-master.tar.zst dotfiles-master.zip | |
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ebe51d3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = false
\ No newline at end of file |
