-
It appears that the auto-formatter is eating code when encountering color codes that are commonly used by NWN. This break happens regardless of whether the color code is in comments or not.
## Repr…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### Description
DBeaver is widely used and it would be nice to have…
-
Is there any formatter that I can set in vscode to auto-format my code?
-
### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already …
-
```SQL
/*
# This is a Markdown title
*/
// Works just fine:
SELECT 'Foo' FROM scope()
SELECT 'Bar' AS Bar FROM scope()
GROUP BY Bar
// Troublesome comment
ORDER BY Bar
```
This VQL wi…
misje updated
4 months ago
-
I have a strange error that I've been able to reproduce on 2 machines but it doesn't occur on others. For example, I have the issue running on my local laptop but then not with other environments.
…
-
## Summary
- There are some duplicates between ftplugins and put those in it
- Add `setup(opts)` which:
- runs on buffer that has file type and the file type is not included in `opts.disabled` list.…
-
## 从` spdlog::info("Welcome to spdlog!");` 开始阅读
通过查找 ` spdlog::info` 函数定义,可以找到其定义在 `spdlog.h` 下
```cpp
template
inline void info(format_string_t fmt, Args &&...args)
{
default_logger_raw…
-
Don't waste humans' time on things machines can do. Adopt the go approach: every line of code is auto-formatted on build and checkin. Manual formatting is neither required nor allowed. Any rule that c…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Support-auto-formatting-C/1544648)._
---
Current auto formatting can produce different …