mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Modern editors read this file and use it to enforce formatting consistency in files for a project. See: https://editorconfig.org/ Settings were made accoring to what is written in the CONTRIBUTING.md file.
8 lines
88 B
INI
8 lines
88 B
INI
# See: https://editorconfig.org/
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|