You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are just suggestions. Feel free to close or disregard if it's invalid.
Currently the linter warns about incorrect indentation levels and trailing spaces.
I've been looking at example configurations from nginx to see if there is some common style guidelines that could be added.
These are just suggestions. Feel free to close or disregard if it's invalid.
Currently the linter warns about incorrect indentation levels and trailing spaces.
I've been looking at example configurations from nginx to see if there is some common style guidelines that could be added.
1. One space before the opening brace.
Warn when it isn't.
2. One space between if parameters.
Warn when there are multiple spaces.
3. Comments uses space.
Warn when it itsn't
4. One newline between blocks
Warn when there are none or multiple:
5. location regexes should use space between modifier and regex.
Warn:
The example without space currently produces another warning, see #24
The text was updated successfully, but these errors were encountered: