format
Here are 723 public repositories matching this topic...
Activity Indicators for Modern C++
-
Updated
Oct 28, 2021 - C++
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
-
Updated
Feb 7, 2022 - C
Update README.md
We need to update our README.md file before the 1.0 release.
A low-level, lightweight protocol buffers implementation in JavaScript.
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Mar 15, 2022 - JavaScript
Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI
-
Updated
Mar 8, 2022 - JavaScript
Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.
-
Updated
Feb 23, 2020 - Shell
The smallest public printf implementation for its feature set.
-
Updated
Mar 21, 2022 - C++
JsPrettier is a Sublime Text Plug-in for Prettier, the opinionated code formatter.
-
Updated
Mar 19, 2022 - Python
The Citation File Format lets you provide citation metadata for software or datasets in plaintext files that are easy to read by both humans and machines.
-
Updated
Feb 14, 2022 - Python
Activity Streams 2.0
-
Updated
Dec 5, 2021 - HTML
-
Updated
Jan 25, 2022 - JavaScript
An R package for experimental psychologists
-
Updated
Jan 19, 2021 - R
input:
type == "path"
&& lib.isStorePath (lib.removeSuffix "/" constructedArgs.path)alejandra (1.1.0):
type
== "path"
&& lib.isStorePath (lib.removeSuffix "/" constructedArgs.path)I assume the current logic for multi line binary expressions is to split on each operator.
Maybe the splitting should be reduced to && and ||?
But then of course the questio
格式化输入框,可用来格式化数字、金额、号码等; FormatEditText can be used as a formatted text input box
-
Updated
Sep 9, 2021 - Java
Improve this page
Add a description, image, and links to the format topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the format topic, visit your repo's landing page and select "manage topics."


Some examples:
We don't want to do this in all cases where a parentheses is unambiguous, though. For example, within binary expressions like
(foo && bar) && bazit can help readability and maintainability, even if the parentheses don't actually change the evaluation.