Created
          March 21, 2021 23:18 
        
      - 
      
 - 
        
Save lucacasonato/2e612d27484c214c254ace4167605dce to your computer and use it in GitHub Desktop.  
    dprint config for deno with tabs
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "$schema": "https://dprint.dev/schemas/v0.json", | |
| "projectType": "openSource", | |
| "incremental": true, | |
| "typescript": { | |
| "deno": true, | |
| "useTabs": true | |
| }, | |
| "includes": ["**/*.{ts,tsx,js,jsx}"], | |
| "excludes": ["**/node_modules"], | |
| "plugins": ["https://plugins.dprint.dev/typescript-0.42.0.wasm"] | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment