Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.editorconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index d9adece..e85ebec 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,6 +1,10 @@
root = true
[*]
+indent_style = space
+indent_size = 4
+insert_final_newline = true
+
+[*.{c,h,sql}]
indent_style = tab
indent_size = 8
-insert_final_newline = true