diff options
Diffstat (limited to '.solargraph.yml.example')
-rw-r--r-- | .solargraph.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.solargraph.yml.example b/.solargraph.yml.example index c226b038af9..655ba85261a 100644 --- a/.solargraph.yml.example +++ b/.solargraph.yml.example @@ -24,4 +24,4 @@ formatter: rubocop: # formatting require_paths: [] plugins: [] -max_files: 15000 +max_files: 20000 |