mirror of
https://github.com/gchq/CyberChef.git
synced 2026-02-06 14:17:02 +00:00
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (minor tweaks only)
19 lines
314 B
INI
19 lines
314 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[{package.json,.travis.yml,nightwatch.json}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[.github/**.yml]
|
|
indent_style = space
|
|
indent_size = 2
|