change DRAFT status

This commit is contained in:
2022-08-03 02:04:05 +03:00
parent f66b7ac0df
commit 0a81354a78
3 changed files with 24 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.py,*.php}]
indent_style = space
indent_size = 4
# Ignore paths
[/content/]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset