Skip to content
Snippets Groups Projects
Verified Commit 7c9cbd7c authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

chore: add editorconfig

parent 8c70cdd4
No related branches found
No related tags found
3 merge requests!3improve into wp-hook and some additional unfinished things,!21.x,!1Draft: Basic implementation of plugin initializer
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
.editorconfig 0 → 100644
# 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/
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
tab_width = 4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment