Skip to content

Commit

Permalink
fix: updating docs to force release
Browse files Browse the repository at this point in the history
  • Loading branch information
allanbowe authored Feb 20, 2023
1 parent 74e8df2 commit f8b15c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,17 @@ This will check each line to ensure that the count of leading spaces can be divi

This setting ensures the line endings in a file to conform the configured type. Possible values are `lf`, `crlf` and `off` (off means rule is set to be off). If the value is missing, null or undefined then the check would also be switched off (no default applied).

- Default: "off"
- Severity: WARNING

Example (to enforce unix line endings):

```json
{
"lineEndings": "lf"
}
```

### lowerCaseFileNames

On *nix systems, it is imperative that autocall macros are in lowercase. When sharing code between windows and *nix systems, the difference in case sensitivity can also be a cause of lost developer time. For this reason, we recommend that sas filenames are always lowercase.
Expand Down

0 comments on commit f8b15c7

Please sign in to comment.