Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-code-sniffer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-code-sniffer
Merge requests
!1
Init
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Init
feature/init
into
master
Overview
0
Commits
1
Pipelines
1
Changes
12
Merged
Krzysztof Dyszczyk
requested to merge
feature/init
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
12
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4d46e540
1 commit,
5 years ago
12 files
+
227
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
.editorconfig
0 → 100644
+
22
−
0
View file @ 4d46e540
Edit in single-file editor
Open in Web IDE
# 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
[*]
indent_style
=
space
indent_size
=
4
charset
=
utf-8
end_of_line
=
lf
insert_final_newline
=
true
trim_trailing_whitespace
=
true
[*.yml]
indent_style
=
space
indent_size
=
2
[*.md]
trim_trailing_whitespace
=
false
Loading