-
Updated
Jul 17, 2022 - C++
scripting-language
Here are 726 public repositories matching this topic...
-
Updated
Sep 18, 2021 - C
-
Updated
Jun 16, 2022 - Java
-
Updated
Jul 13, 2022 - Rust
-
Updated
Mar 20, 2022 - Rust
Add a .clang-format
-
Updated
Jul 11, 2022 - Rust
-
Updated
Jun 29, 2022 - Go
-
Updated
Jul 15, 2022 - JavaScript
-
Updated
Jun 27, 2019 - Go
-
Updated
Jul 7, 2022
-
Updated
Jul 17, 2022 - Java
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Jul 11, 2022
-
Updated
Jul 16, 2022 - C
Skript/Server Version
2.6.2
Bug Description
Make expression dependent on sensitivity value in config
add '(?i)' to regular expression if 'case sensitive: false'
Expected Behavior
split should be non case sensitive
Steps to Reproduce
broadcast "%"aBcd" split at "b"%"
output: 'aBcd'
Errors or Screenshots
No response
Other
_No respons
-
Updated
May 5, 2022 - Java
-
Updated
Jul 15, 2022 - C
-
Updated
Jun 9, 2022 - Java
-
Updated
Jun 18, 2022 - Rust
-
Updated
Jan 4, 2021 - Swift
-
Updated
Jul 16, 2022 - C++
- (repl:toFile filename) to store the expressions (+ results in comments) in a given file
- (repl:reset) to reset the VM state and start from something fresh
- consider key bindings
-
Updated
Jul 16, 2022 - C++
Current coverage is not bad (70+%) and in general and I don't want to embark on one of those 100%-coverage crusades. But I know there are parts of the interpreter that are undertested (and don't generally need a whole lot of tests) and it might be nice to get some quick wins in terms of coverage.
-
Updated
Jan 26, 2018 - C#
-
Updated
Jan 15, 2019 - PowerShell
-
Updated
Jul 9, 2022 - C
-
Updated
Dec 20, 2018 - Go
Improve this page
Add a description, image, and links to the scripting-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scripting-language topic, visit your repo's landing page and select "manage topics."
This is a config file for
clang-format
, a tool that is already used by many editors and adopted by many projects to format the code and ensure that the style is consistent.It could even be used as a git hook or in the CI/CD workflow to ensure that new patches respect the coding style.
A config can derive from other preexisting configs (like Google's, LLVM's or Mozilla's) so it's not a big eff