cloudflare/Cloudflare-WordPress

Public

mirrored fromhttps://github.com/cloudflare/Cloudflare-WordPress

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9def922fe7ae2353bb5e04990a03d032c8297d0f

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.editorconfig

15lines · modecode

1# This file is for unifying the coding style for different editors and IDEs
2# editorconfig.org
3
4root = true
5
6[*]
7charset = utf-8
8end_of_line = lf
9indent_size = 4
10indent_style = space
11insert_final_newline = true
12trim_trailing_whitespace = true
13
14[*.md]
15trim_trailing_whitespace = false