https://github.com/drwetter/testssl.sh
Raw File
Tip revision: 5581499da5de0424c2d9eb713393d7a0474196d8 authored by Dirk Wetter on 02 April 2024, 09:15:12 UTC
Merge pull request #2487 from Tazmaniac/renego-fix3
Tip revision: 5581499
.editorconfig
root = true

[*]
indent_style = space

[*.md]
indent_size = 2

[*.{t,pl,sh,bash}]
indent_size = 5
back to top