

If you’re using more than one drive, be sure that it’s the one you want to reformat as the process is largely irreversible.

You can search for the app by accessing Spotlight (Command + Space) or by going to Finder > Applications > Utilities. Connect your external drive to your Mac.It’s worth noting that reformatting a drive will erase everything stored on the drive, so make sure you transfer important files before you follow the below steps. Thankfully, reformatting an external drive on a Mac is a relatively straightforward process – Apple even ships Macs with a built-in utility to do so. While it’s not as efficient as Apple’s APFS, the universal support makes this the go-to for most external hard drive users. Like its older sibling, ExFAT is compatible with Mac, PC and Linux, but doesn’t have the same 4GB file limit. ExFATĮxFAT is an upgraded version of FAT32. However, the ageing file system has a big flaw: it’s limited to a maximum of 4GB, and it’s prone to disk errors too. FAT32įAT32 is the go-to for some, offering cross-platform compatibility between Mac, PC and Linux, ideal for those that hop across different platforms on a day-to-day basis. You can also opt for Mac OS Extended (Encrypted) to password-protect the data on the drive – a great security feature for those dealing with sensitive data and/or travelling with an external drive. It’ll play nicely with your Mac, but like the above APFS, Mac OS Extended isn’t compatible with Windows or Linux PCs. Prettier ensures consistency in your code formatting and makes the process automatic.If you’re running macOS Sierra or an earlier version of macOS/Mac OS X, Mac OS Extended is the default file format. More time can be devoted to solving challenging technical problems instead of wrestling over solved problems like code indentation. Agreeing upon a set of configurations helps with legibility and understanding of code. It is particularly beneficial when working on a project with multiple collaborators.

Having consistent code is a good practice. After creating one of these and checking it into your project, you can ensure that every team member follows the same formatting rules. In this article, you’ll set up Prettier to automatically format your code in Visual Studio Code, also known as VS Code.įor demonstration purposes, here’s the sample code you will be formatting: const name = "James" const person = įor more specifics on the configuration files, check out the Prettier Docs.

Formatting code consistently is a challenge, but modern developer tools make it possible to automatically maintain consistency across your team’s codebase.
