X-Git-Url: https://jasonwoof.com/gitweb/?p=watch-my-terminal.git;a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=103cdc90dbe9ec822eb4f69cb1bf51b5a2b4f553;hp=0000000000000000000000000000000000000000;hb=0b32a659e5fd1a77e5ec865050f09d1109a4d2be;hpb=39f62411c552700fd78c8f457f6e84dd2fdd8c8d diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..103cdc9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +; See http://editorconfig.org + +; top-most EditorConfig file +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab