cloudflare/Cloudflare-WordPress

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0340e6fe28c7d8d779f0a71ce4819b82baedf260

Branches

Tags

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

Clone

HTTPS

Download ZIP

vendor/webmozart/assert/.editorconfig

12lines · modecode

1root = true
2
3[*]
4charset=utf-8
5end_of_line=lf
6trim_trailing_whitespace=true
7insert_final_newline=true
8indent_style=space
9indent_size=4
10
11[*.yml]
12indent_size=2