Skip to content

Commit

Permalink
Add ignore comments for files with CPP
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Aug 26, 2023
1 parent a5ee90a commit e062a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsp-test/src/Language/LSP/Test/Session.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{- ORMOLU_DISABLE -}

{-# LANGUAGE CPP #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE OverloadedStrings #-}
Expand Down
2 changes: 2 additions & 0 deletions lsp-types/src/Language/LSP/Protocol/Types/Uri/OsPath.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{- ORMOLU_DISABLE -}

{-# LANGUAGE CPP #-}
{-# LANGUAGE ScopedTypeVariables #-}

Expand Down

0 comments on commit e062a55

Please sign in to comment.