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

Use 2 spaces between code and comment #81

Open
dgl-cw opened this issue Sep 9, 2021 · 1 comment
Open

Use 2 spaces between code and comment #81

dgl-cw opened this issue Sep 9, 2021 · 1 comment
Labels
core Issues related to TcBlackCore good first issue Good for newcomers

Comments

@dgl-cw
Copy link

dgl-cw commented Sep 9, 2021

Black for python uses 2 spaces between code and comment. TcBlack might want to do the same, I'd like to open the discussion here.

I.e. this

something : REAL := 1.0 // comment

becomes

something : REAL := 1.0  // comment
@Roald87
Copy link
Owner

Roald87 commented Sep 11, 2021

Good idea!

@Roald87 Roald87 added this to the TcBlackCore v0.2.1 milestone Sep 21, 2021
@Roald87 Roald87 added core Issues related to TcBlackCore good first issue Good for newcomers labels Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues related to TcBlackCore good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants