<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/lib/python/qmk/cli/format/c.py, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2025-02-26T11:25:41+00:00</updated>
<entry>
<title>Community modules (#24848)</title>
<updated>2025-02-26T11:25:41+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2025-02-26T11:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=1efc82403bebe759272d1ba7a79d9dfa0d5df506'/>
<id>urn:sha1:1efc82403bebe759272d1ba7a79d9dfa0d5df506</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Also format *.hpp files. (#16997)</title>
<updated>2022-05-03T19:48:41+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2022-05-03T19:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=be9fa68785b30f6cab1c3e2700a2689f601d84af'/>
<id>urn:sha1:be9fa68785b30f6cab1c3e2700a2689f601d84af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refix "No C files in filelist: None" (#15728)</title>
<updated>2022-01-03T22:42:15+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2022-01-03T22:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=550c9a315f146bc30fc828726d977f3f41477d52'/>
<id>urn:sha1:550c9a315f146bc30fc828726d977f3f41477d52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix "No C files in filelist: None" (#15560)</title>
<updated>2022-01-03T21:54:46+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2022-01-03T21:54:46+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=aea71554234cce71f9f9d4087253e53d2729f9a7'/>
<id>urn:sha1:aea71554234cce71f9f9d4087253e53d2729f9a7</id>
<content type='text'>
* Fix "No C files in filelist: None"

* Align other commands

* force absolute paths</content>
</entry>
<entry>
<title>Fix 'format-c --core-only' matching keyboard level folders (#15337)</title>
<updated>2021-11-29T15:08:39+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2021-11-29T15:08:39+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=285afa3a8a2c3ae6ad4efffecdc96108f1b2fadc'/>
<id>urn:sha1:285afa3a8a2c3ae6ad4efffecdc96108f1b2fadc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Align some quantum sub-directories (#14134)</title>
<updated>2021-08-24T16:07:11+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2021-08-24T16:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=2cade3a48300e0709f8aec68602faf90947b6738'/>
<id>urn:sha1:2cade3a48300e0709f8aec68602faf90947b6738</id>
<content type='text'>
* Misc folder tidy

* Review comments

* Remove redundant entry</content>
</entry>
<entry>
<title>CLI/Docs: Fix the format commands' name (#13668)</title>
<updated>2021-07-23T20:41:33+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2021-07-23T20:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=fdcea0633657fba4cebcef45eee2f103d162e28c'/>
<id>urn:sha1:fdcea0633657fba4cebcef45eee2f103d162e28c</id>
<content type='text'>
PR #13296 changed the name of the `cformat` and `pyformat` commands to
`format-c` and `format-py` respectively. This PR updates the documentation
and some parts of the CLI to use the new names.
Also add documentation for the new `format-text` subcommand, introduced
in the same PR.</content>
</entry>
<entry>
<title>Move all our CLI file formatters to the format dir (#13296)</title>
<updated>2021-07-20T18:52:14+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2021-07-20T18:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=4ab8734d6edd6894757507e70264eddca5429052'/>
<id>urn:sha1:4ab8734d6edd6894757507e70264eddca5429052</id>
<content type='text'>
* move all our file formatters to the format dir

* Apply suggestions from code review

Co-authored-by: Erovia &lt;Erovia@users.noreply.github.com&gt;

Co-authored-by: Erovia &lt;Erovia@users.noreply.github.com&gt;</content>
</entry>
</feed>
