-
_Include the version of Atom you are using and the OS._
1.18.0 x64
_Include screenshots and animated GIFs whenever possible; they are immensely helpful._
After fresh install linter styles like this…
-
Is is of importance to follow style guides when coding in all programming languages.
When we code SQL we could follow the following guide:
* [SQL Style Guide](https://www.sqlstyle.guide/)
If …
-
## Summary
Choose a C linter and incorporate it into the CI/CD infrastructure. Check in with our partners and get alignment on the tool and code style.
## Do
* [ ] select C linter
* [ ] define C…
-
(I thought there was an issue about this already, but I can't find it.)
We need a basic linter for M2, but there needs to be a style guide first. We can use this issue to collect suggestions. I'll …
-
Just throwing this out there, from ["Docstrings: Imperative or indicative mood" (comment)](https://discourse.julialang.org/t/docstrings-imperative-or-indicative-mood/121524/8):
I would like a docst…
goerz updated
1 month ago
-
[Ratliff style](https://en.wikipedia.org/wiki/Indentation_style#Ratliff_style)
>
```
// In C
for (i = 0; i < 10; i++) {
if (i % 2 == 0) {
doSomething(i);
}
el…
-
## Concept
- Make it maintainable by anyone
- Choose tools and practices that are as official/community-recommended or community-originated as possible
## libraries and frameworks
### Basics
…
-
**Describe the issue**
After dart-lang/linter#3618, `flutter_style_todos` will cost more time during checks. As discussed in https://github.com/dart-lang/linter/pull/3618#issuecomment-1231899870.
…
-
### Environment information
```bash
CLI:
Version: 1.9.3
Color support: true
Platform:
CPU Architecture: aarch64
OS: …
-
## Description
When providing optional arguments to `package:test` functions that take functions (like `test` and `group`) supply the named arguments _before_ the function block.
## Details
W…