-
-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathSettings.FSharpLint
More file actions
22 lines (22 loc) · 780 Bytes
/
Settings.FSharpLint
File metadata and controls
22 lines (22 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<FSharpLintSettings xmlns="https://github.com/fsprojects/FSharpLint/blob/master/ConfigurationSchema.xsd">
<Analysers>
<Typography>
<Rules>
<MaxCharactersOnLine>
<Enabled>True</Enabled>
<Length>80</Length>
</MaxCharactersOnLine>
<TrailingNewLineInFile>
<Enabled>False</Enabled>
</TrailingNewLineInFile>
<TrailingWhitespaceOnLine>
<Enabled>True</Enabled>
<IgnoreBlankLines>True</IgnoreBlankLines>
<NumberOfSpacesAllowed>0</NumberOfSpacesAllowed>
<OneSpaceAllowedAfterOperator>True</OneSpaceAllowedAfterOperator>
</TrailingWhitespaceOnLine>
</Rules>
</Typography>
</Analysers>
</FSharpLintSettings>