瀏覽代碼

:octocat:

smiley 2 年之前
父節點
當前提交
826f9cfa65
共有 2 個文件被更改,包括 5 次插入2 次删除
  1. 5 1
      .editorconfig
  2. 0 1
      .gitignore

+ 5 - 1
.editorconfig

@@ -7,6 +7,10 @@ end_of_line = lf
 trim_trailing_whitespace = true
 insert_final_newline = true
 
-[*.yml]
+[*.py]
+indent_style = space
+indent_size = 4
+
+[*.{yml,yaml}]
 indent_style = space
 indent_size = 2

+ 0 - 1
.gitignore

@@ -12,7 +12,6 @@
 
 # project stuff
 .build/*
-docs/*
 vendor/*
 composer.lock
 phpcs.xml