diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-09 17:34:31 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-09 17:34:31 -0500 |
| commit | 5e83a094476f28eb77508c8b470efe3dfd56de83 (patch) | |
| tree | f0f39b694fcad8e408c2a41f3d3240dfce44c504 /scripts/dot-local/bin/dot-editorconfig | |
| parent | 6c17d2c74ea4daeb9dbf2c2b7aafeb86111b7f65 (diff) | |
some big changes
Diffstat (limited to 'scripts/dot-local/bin/dot-editorconfig')
| -rw-r--r-- | scripts/dot-local/bin/dot-editorconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/dot-local/bin/dot-editorconfig b/scripts/dot-local/bin/dot-editorconfig new file mode 100644 index 0000000..a882442 --- /dev/null +++ b/scripts/dot-local/bin/dot-editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 |
