1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-10 17:34:36 +00:00

chore(docs): more info in noSpacesInFileNames rule

This commit is contained in:
Allan Bowe
2023-02-22 12:03:31 +00:00
committed by GitHub
parent 1677eca957
commit 3d7f88aacb

View File

@@ -228,6 +228,13 @@ In addition, when such files are used in URLs, they are often padded with a mess
- Default: true
- Severity: WARNING
As an alternative (or in addition) to using a lint rule, you can also set the following in your `.gitignore` file to prevent files with spaces from being committed:
```
# prevent files/folders with spaces
**\ **
```
### noTabs
Whilst there are some arguments for using tabs (such as the ability to set your own indentation width, and to reduce character count) there are many, many, many developers who think otherwise. We're in that camp. Sorry (not sorry).