diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..47ff6e8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +; Top-most http://editorconfig.org/ file +root = true + +; Unix-style newlines +[*] +end_of_line = LF + +; 4-column tab indentation +[*.cs] +indent_style = tab +indent_size = 4 + +; 4-column tab indentation +[*.yaml] +indent_style = tab +indent_size = 4 \ No newline at end of file diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 1885487..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-midnight \ No newline at end of file