Skip to content

Commit

Permalink
Delete MAIN-FILE-PARTS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Mar 5, 2023
1 parent a311ed6 commit 51dd7dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 57 deletions.
23 changes: 8 additions & 15 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

# WordPress Coding Standards
# https://make.wordpress.org/core/handbook/coding-standards/
# https://EditorConfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab

[{*.yml,*.neon}]
indent_style = space
indent_size = 2
insert_final_newline = true
block_comment_start = /*
block_comment = *
block_comment_end = */

[*.md]
trim_trailing_whitespace = false

[{*.txt,wp-config-sample.php}]
end_of_line = crlf
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# IDE
*.swp
*.kate-swp

# OS
.DS_Store
Thumbs.db

# Packages
/composer.lock
Expand Down
38 changes: 0 additions & 38 deletions MAIN-FILE-PARTS.md

This file was deleted.

0 comments on commit 51dd7dd

Please sign in to comment.