Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.styleci.yml - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d68b7532c4111421290499f3ea5b1bc28a382d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
preset: recommended
risky: true
enabled:
  - align_equals

disabled:
  - unalign_equals

finder:
  exclude:
    - modules
    - node_modules
    - storage
    - vendor
  name: "*.php"
  not-name: "*.blade.php"