Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support config file in ZacLN/DocumentFormat.jl #67

Closed
ice1000 opened this issue Feb 6, 2018 · 1 comment
Closed

Support config file in ZacLN/DocumentFormat.jl #67

ice1000 opened this issue Feb 6, 2018 · 1 comment
Assignees
Labels
external tool Julia tools integration new feature Something excited parser
Milestone

Comments

@ice1000
Copy link
Member

ice1000 commented Feb 6, 2018

@LimbolRain You'll make the icon.

@ice1000 ice1000 added new feature Something excited parser external tool Julia tools integration labels Feb 6, 2018
@ice1000 ice1000 added this to the 0.0.3 milestone Feb 6, 2018
ice1000 added a commit that referenced this issue Feb 6, 2018
ice1000 added a commit that referenced this issue Feb 6, 2018
ice1000 added a commit that referenced this issue Feb 6, 2018
ice1000 added a commit that referenced this issue Feb 7, 2018
ice1000 added a commit that referenced this issue Feb 7, 2018
ice1000 added a commit that referenced this issue Feb 7, 2018
ice1000 added a commit that referenced this issue Feb 7, 2018
@ice1000
Copy link
Member Author

ice1000 commented Feb 7, 2018

  Example of a setting file:

  # JuliaCorpConfig
  IndentWidth = 3
  UseTab = true
  TabWidth = 4
  AlignAfterOpenBracket = Align

  All the available settings and corresponding possible values (default value in bold):

    •    AlignAfterOpenBracket : Align, AlwaysBreak, DontAlign
    •    IndentEXPR : DataType[CSTParser.Begin, CSTParser.Quote, 
     CSTParser.For, CSTParser.While, CSTParser.FunctionDef, CSTParser.Macro,
     CSTParser.Struct, CSTParser.Let, CSTParser.Try, CSTParser.If, CSTParser.Mutable]
    •    IndentWidth : 4
    •    KW_WS : true
    •    NewLineEOF : false
    •    No_WS_OP_group : [8, 13, 14, 16]
    •    No_WS_OP_indv : Any[]
    •    StripLineEnds : false
    •    TabWidth : 4
    •    UseTab : false

HoshinoTented added a commit that referenced this issue Feb 7, 2018
HoshinoTented added a commit that referenced this issue Feb 7, 2018
ice1000 added a commit that referenced this issue Feb 7, 2018
ice1000 added a commit that referenced this issue Feb 7, 2018
ice1000 added a commit that referenced this issue Feb 7, 2018
@ice1000 ice1000 modified the milestones: 0.0.3, 0.1.0 Feb 7, 2018
ice1000 added a commit that referenced this issue Feb 9, 2018
ice1000 added a commit that referenced this issue Feb 9, 2018
@ice1000 ice1000 closed this as completed Feb 10, 2018
ice1000 added a commit that referenced this issue Feb 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external tool Julia tools integration new feature Something excited parser
Projects
None yet
Development

No branches or pull requests

2 participants